Build Commands

Build Commands exist at the project folder level (and project root), to provide commands that are used in conjunction with compile commands, for those developers needing to implement a two-stage process to create a program file.

Build Commands offer the option to initiate a compile of all the files contained in the folder that can then be followed by the build command.

See Also